From 89a5f7292843953998ed5e9dedf1648cb7421de9 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Thu, 11 Dec 2025 19:26:02 +0100 Subject: [PATCH] [PATCH] remove JITC_PROCESSOR_TYPE export for powerpc long obsolete; there's no IBM JDK for 32-bit ppc anymore. And it breaks creating instdir/program/soffice with +x by cp (sed doesn't keep the permission, obviously) Change-Id: I9e8ffc6017056adb5142099a661761c2caaa87c4 Gbp-Pq: Name remove-JITC_PROCESSOR_TYPE-setting.diff --- config_host.mk.in | 1 - configure.ac | Bin 598520 -> 598317 bytes desktop/CustomTarget_soffice.mk | 4 ---- desktop/scripts/soffice.sh | 2 -- 4 files changed, 7 deletions(-) diff --git a/config_host.mk.in b/config_host.mk.in index b15034f5779..ece7d18116b 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -395,7 +395,6 @@ export JDK=@JDK@ export JDK_FOR_BUILD=@JDK_FOR_BUILD@ export JDK_SECURITYMANAGER_DISALLOWED_FOR_BUILD=@JDK_SECURITYMANAGER_DISALLOWED_FOR_BUILD@ export JFREEREPORT_JAR=@JFREEREPORT_JAR@ -export JITC_PROCESSOR_TYPE=@JITC_PROCESSOR_TYPE@ JOM=@JOM@ export JQ=@JQ@ export JVM_ONE_PATH_CHECK=@JVM_ONE_PATH_CHECK@ diff --git a/configure.ac b/configure.ac index 026f8c7af8ffd63deee3842dbdd72a014bc1b29c..ce61a175945447a3e95998bc6d7ed2975f008596 100644 GIT binary patch delta 39 qcmexySY_=Ym4+6^7N!>FEi64R+rwY605K~NvjH*t_V8C63(Wy(rxCya delta 231 zcmZ2`Nae?2m4+6^7N!>FEi64R#k@R2oZ|z6{GDBcgZ+czLm~rQZIzU!C%$46o-S9- z&Q`CWo2a0ql969r5}#a9s-$46pj41wo?29ptYocFl98Inr2quV3Z72B#R^_7-U@lC zsVT)knapB6Jw31_HapC~GN}~>`9&oPSQK!jWpX(>#|KM>It7PlL}O7gy)lSMxPA6Z T79eH?Vm2UV-#+^#$0TzA2AWE_ diff --git a/desktop/CustomTarget_soffice.mk b/desktop/CustomTarget_soffice.mk index 26e661ec39d..0c895c77afc 100644 --- a/desktop/CustomTarget_soffice.mk +++ b/desktop/CustomTarget_soffice.mk @@ -35,11 +35,7 @@ $(gb_CustomTarget_workdir)/desktop/soffice/soffice.sh : \ | $(gb_CustomTarget_workdir)/desktop/soffice/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),SED,1) $(call gb_Trace_StartRange,$(subst $(WORKDIR)/,,$@),SED) -ifneq ($(JITC_PROCESSOR_TYPE),) - sed -e "s/^#@JITC_PROCESSOR_TYPE_EXPORT@/export JITC_PROCESSOR_TYPE=$(JITC_PROCESSOR_TYPE)/" $< > $@ -else cp $< $@ -endif $(call gb_Trace_EndRange,$(subst $(WORKDIR)/,,$@),SED) endif diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index 7188f393e14..1f3c4cd1f0e 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -37,8 +37,6 @@ export SAL_ENABLE_FILE_LOCKING # uncomment line below if you encounter problems starting soffice on your system # SAL_NO_XINITTHREADS=true; export SAL_NO_XINITTHREADS -#@JITC_PROCESSOR_TYPE_EXPORT@ - # resolve installation directory sd_cwd=$(pwd) sd_res="$0" -- 2.30.2